home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #2
/
Amiga Plus CD - 1995 - No. 2.iso
/
pd
/
disktools
/
jukebox
/
addcd.jb
next >
Wrap
Text File
|
1995-04-11
|
256b
|
12 lines
/* append one disc, edit catalog, open catalog */
catalog append;
save;
options results;
getattr project;
cat = result;
getattr portname;
port = result;
address command;
'ed -s '|| '"' || cat || '"'
'rx "address '''||port||'''; open force '''||cat||''';"'